home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMLINK / TFRMLINK.txt
Encoding:
Text File  |  1999-04-29  |  4.3 KB  |  217 lines

  1. object frmLink: TfrmLink
  2.   Left = 330
  3.   Top = 284
  4.   HelpContext = 3
  5.   ActiveControl = txtURL
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Insert Hyperlink'
  9.   ClientHeight = 247
  10.   ClientWidth = 368
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Pitch = fpVariable
  17.   Font.Style = []
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Bevel2: TBevel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 368
  30.     Height = 211
  31.     Align = alClient
  32.     Style = bsRaised
  33.   end
  34.   object Label4: TLabel
  35.     Left = 9
  36.     Top = 8
  37.     Width = 334
  38.     Height = 26
  39.     AutoSize = False
  40.     Caption = 
  41.       'Please enter your hyperlink details below or click the Wizard bu' +
  42.       'tton for assistance.'
  43.     WordWrap = True
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 0
  47.     Top = 211
  48.     Width = 368
  49.     Height = 36
  50.     Align = alBottom
  51.     Style = bsRaised
  52.   end
  53.   object butOK: TButton
  54.     Left = 205
  55.     Top = 216
  56.     Width = 75
  57.     Height = 26
  58.     Caption = '&OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.   end
  63.   object butCancel: TButton
  64.     Left = 287
  65.     Top = 217
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73.   object Panel1: TPanel
  74.     Left = 6
  75.     Top = 48
  76.     Width = 356
  77.     Height = 155
  78.     BevelInner = bvRaised
  79.     BevelOuter = bvLowered
  80.     TabOrder = 0
  81.     object Label1: TLabel
  82.       Left = 13
  83.       Top = 9
  84.       Width = 31
  85.       Height = 13
  86.       AutoSize = False
  87.       Caption = '&URL:'
  88.       FocusControl = txtURL
  89.     end
  90.     object Label3: TLabel
  91.       Left = 13
  92.       Top = 53
  93.       Width = 55
  94.       Height = 13
  95.       AutoSize = False
  96.       Caption = '&Description:'
  97.       FocusControl = txtDesc
  98.     end
  99.     object Label2: TLabel
  100.       Left = 13
  101.       Top = 98
  102.       Width = 122
  103.       Height = 13
  104.       Caption = '&Frame Target: (optional):'
  105.       FocusControl = cmbTarget
  106.     end
  107.     object spdWizard: TSpeedButton
  108.       Left = 321
  109.       Top = 25
  110.       Width = 25
  111.       Height = 21
  112.       OnClick = spdWizardClick
  113.     end
  114.     object spdFiles: TSpeedButton
  115.       Left = 298
  116.       Top = 25
  117.       Width = 23
  118.       Height = 21
  119.       Hint = 'Up One Level|Go to the folder one level up.'
  120.       OnClick = spdFilesClick
  121.     end
  122.     object lblLink: TLabel
  123.       Left = 68
  124.       Top = 161
  125.       Width = 65
  126.       Height = 14
  127.       Alignment = taRightJustify
  128.       AutoSize = False
  129.       Caption = 'Link Type:'
  130.     end
  131.     object Label5: TLabel
  132.       Left = 185
  133.       Top = 98
  134.       Width = 164
  135.       Height = 13
  136.       AutoSize = False
  137.       Caption = 'Jump to Named Target: (optional):'
  138.       FocusControl = cmbJump
  139.     end
  140.     object txtDesc: TEdit
  141.       Left = 11
  142.       Top = 70
  143.       Width = 337
  144.       Height = 21
  145.       HelpContext = 51
  146.       TabOrder = 1
  147.     end
  148.     object cmbType: TComboBox
  149.       Left = 141
  150.       Top = 157
  151.       Width = 145
  152.       Height = 21
  153.       Style = csDropDownList
  154.       ItemHeight = 13
  155.       Items.Strings = (
  156.         'Web Site Link'
  157.         'File Link'
  158.         'FTP Link'
  159.         'Email Link'
  160.         'Newsgroup Link'
  161.         'Telnet Link'
  162.         'Gopher Link')
  163.       TabOrder = 4
  164.     end
  165.     object cmbTarget: TComboBox
  166.       Left = 12
  167.       Top = 115
  168.       Width = 159
  169.       Height = 21
  170.       HelpContext = 52
  171.       ItemHeight = 13
  172.       Items.Strings = (
  173.         '_parent'
  174.         '_self'
  175.         '_top'
  176.         '_blank')
  177.       TabOrder = 2
  178.     end
  179.     object txtURL: TSausCombo
  180.       Left = 11
  181.       Top = 25
  182.       Width = 289
  183.       Height = 21
  184.       HelpContext = 50
  185.       ItemHeight = 13
  186.       TabOrder = 0
  187.       Text = 'http://'
  188.       OnExit = txtURLExit
  189.       PreventDuplicates = False
  190.       MaxItems = 0
  191.       MoveSelectedToTop = True
  192.       Version = '1.05'
  193.       RegPath = '\Software\Sausage\Hotdog5\Config\Recent'
  194.       RegValue = 'Href'
  195.       RegStore = True
  196.     end
  197.     object cmbJump: TComboBox
  198.       Left = 186
  199.       Top = 115
  200.       Width = 161
  201.       Height = 21
  202.       HelpContext = 53
  203.       ItemHeight = 13
  204.       TabOrder = 3
  205.     end
  206.   end
  207.   object btnHelp: TButton
  208.     Left = 7
  209.     Top = 217
  210.     Width = 75
  211.     Height = 25
  212.     Caption = '&Help'
  213.     TabOrder = 1
  214.     OnClick = btnHelpClick
  215.   end
  216. end
  217.